From: Michael Albinus Date: Sat, 25 Jul 2009 08:31:09 +0000 (+0000) Subject: * net/zeroconf.el (zeroconf-init): Check for "GetVersionString" X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11315 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=56231b7513c0779efb423bb1e625f92c2d2eb1bc;p=emacs.git * net/zeroconf.el (zeroconf-init): Check for "GetVersionString" instead of "IsNSSSupportAvailable". Avahi ought to work also when "IsNSSSupportAvailable" method is not available. Reported by Steve Youngs . --- diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el index 972ff88bb69..e6339776a65 100644 --- a/lisp/net/zeroconf.el +++ b/lisp/net/zeroconf.el @@ -482,7 +482,7 @@ DOMAIN is nil, the local domain is used." (dbus-ping :system zeroconf-service-avahi) (dbus-call-method :system zeroconf-service-avahi zeroconf-path-avahi - zeroconf-interface-avahi-server "IsNSSSupportAvailable")) + zeroconf-interface-avahi-server "GetVersionString")) ;; Reset all stored values. (setq zeroconf-path-avahi-service-type-browser nil